(info-menu-5): Fix documentation.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Jun 2002 13:11:12 +0000 (13:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Jun 2002 13:11:12 +0000 (13:11 +0000)
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.

lisp/info.el

index afc4433a253b798602e71e733d88653de97d6c30..a12602afb3ea4418e7a8eee6ec40d3fc4eeb59b5 100644 (file)
@@ -65,7 +65,7 @@ The Lisp code is executed when the node is selected.")
 (defface info-menu-5
   '((((class color)) (:foreground "red1"))
     (t (:underline t)))
-  "Face for the fifth and nineth `*' in an Info menu."
+  "Face for every third `*' in an Info menu."
   :group 'info)
 
 (defface info-xref
@@ -76,7 +76,7 @@ The Lisp code is executed when the node is selected.")
   :group 'info)
 
 (defcustom Info-fontify-maximum-menu-size 100000
-  "*Maximum size of menu to fontify if `Info-fontify' is non-nil."
+  "*Maximum size of menu to fontify if `font-lock-mode' is non-nil."
   :type 'integer
   :group 'info)